home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 39 / CD-ROM 39 / CD-ROM 39.iso / lazer / fpwtdemo / Poster.dcr / Behaviors_36_Next Button.ls < prev    next >
Encoding:
Text File  |  1998-02-10  |  240 b   |  12 lines

  1. on mouseUp me
  2.   set the member of sprite the currentSpriteNum to "Next"
  3. end
  4.  
  5. on mouseDown me
  6.   set the member of sprite the currentSpriteNum to "NextDown"
  7. end
  8.  
  9. on mouseWithin me
  10.   CheckHilite(me, member "NextHilite", member "NextDown")
  11. end
  12.